home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / devel / libx11 / include / x11 / sunkeysym.h < prev    next >
Text File  |  1999-01-01  |  3KB  |  77 lines

  1. /* $XConsortium: Sunkeysym.h,v 1.1 91/06/19 12:03:42 rws Exp $ */
  2.  
  3. /************************************************************
  4. Copyright 1991 by Sun Microsystems, Inc. Mountain View, CA.
  5.  
  6.                     All Rights Reserved
  7.  
  8. Permission  to  use,  copy,  modify,  and  distribute   this
  9. software  and  its documentation for any purpose and without
  10. fee is hereby granted, provided that the above copyright no-
  11. tice  appear  in all copies and that both that copyright no-
  12. tice and this permission notice appear in  supporting  docu-
  13. mentation,  and  that the names of Sun or MIT not be used in
  14. advertising or publicity pertaining to distribution  of  the
  15. software  without specific prior written permission. Sun and
  16. MIT make  no  representations about the suitability  of this
  17. software for any purpose. It is provided "as is" without any
  18. express or implied warranty.
  19.  
  20. SUN DISCLAIMS ALL WARRANTIES WITH REGARD TO  THIS  SOFTWARE,
  21. INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FIT-
  22. NESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SUN BE  LI-
  23. ABLE  FOR  ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
  24. ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,  DATA  OR
  25. PROFITS,  WHETHER  IN  AN  ACTION OF CONTRACT, NEGLIGENCE OR
  26. OTHER TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION  WITH
  27. THE USE OR PERFORMANCE OF THIS SOFTWARE.
  28.  
  29. ***********************************************************/
  30.  
  31. /*
  32.  * Floating Accent
  33.  */
  34.  
  35. #define    SunXK_FA_Grave        0x1005FF00
  36. #define    SunXK_FA_Circum        0x1005FF01
  37. #define    SunXK_FA_Tilde        0x1005FF02
  38.  
  39. /*
  40.  * Miscellaneous Functions
  41.  */
  42.  
  43. #define    SunXK_F36        0x1005FF10    /* Labeled F11 */
  44. #define    SunXK_F37        0x1005FF11    /* Labeled F12 */
  45.  
  46. #define SunXK_Sys_Req       0x1005FF60
  47. #define SunXK_Print_Screen    0x0000FF61    /* Same as XK_Print */
  48.  
  49. /*
  50.  * International & Multi-Key Character Composition
  51.  */
  52.  
  53. #define SunXK_Compose        0x0000FF20    /* Same as XK_Multi_key */
  54. #define SunXK_AltGraph        0x0000FF7E    /* Same as XK_Mode_switch */
  55.  
  56. /*
  57.  * Cursor Control
  58.  */
  59.  
  60. #define SunXK_PageUp        0x0000FF55     /* Same as XK_Prior */
  61. #define SunXK_PageDown        0x0000FF56    /* Same as XK_Next */
  62.  
  63. /*
  64.  * Open Look Functions
  65.  */
  66.  
  67. #define SunXK_Undo        0x0000FF65    /* Same as XK_Undo */
  68. #define SunXK_Again        0x0000FF66    /* Same as XK_Redo */
  69. #define SunXK_Find        0x0000FF68    /* Same as XK_Find */
  70. #define SunXK_Stop        0x0000FF69    /* Same as XK_Cancel */
  71. #define SunXK_Props        0x1005FF70
  72. #define SunXK_Front        0x1005FF71
  73. #define SunXK_Copy        0x1005FF72
  74. #define SunXK_Open        0x1005FF73
  75. #define SunXK_Paste        0x1005FF74
  76. #define SunXK_Cut        0x1005FF75
  77.